home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / polardrw / data.z / DrawDlgDlg.h < prev    next >
C/C++ Source or Header  |  1999-05-17  |  2KB  |  65 lines

  1. // DrawDlgDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "polardraw.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_DRAWDLGDLG_H__AE53FBE7_F20A_11D2_B20B_444553540000__INCLUDED_)
  8. #define AFX_DRAWDLGDLG_H__AE53FBE7_F20A_11D2_B20B_444553540000__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CDrawDlgDlg dialog
  16.  
  17. class CDrawDlgDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CDrawDlgDlg(CWnd* pParent = NULL);    // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CDrawDlgDlg)
  25.     enum { IDD = IDD_DRAWDLG_DIALOG };
  26.     CSpinButtonCtrl    m_spin;
  27.     CPOLARDraw    m_Canvas;
  28.     UINT    m_uAngle;
  29.     BOOL    m_fTicking;
  30.     BOOL    m_fBorder;
  31.     //}}AFX_DATA
  32.  
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CDrawDlgDlg)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.     UINT m_nTimer;
  42.     long m_lHHID;
  43.     long m_lMMID;
  44.     long m_lSSID;
  45.     HICON m_hIcon;
  46.  
  47.     // Generated message map functions
  48.     //{{AFX_MSG(CDrawDlgDlg)
  49.     virtual BOOL OnInitDialog();
  50.     afx_msg void OnPaint();
  51.     afx_msg HCURSOR OnQueryDragIcon();
  52.     afx_msg void OnTimer(UINT nIDEvent);
  53.     virtual void OnOK();
  54.     afx_msg void OnCheck1();
  55.     afx_msg void OnBorder();
  56.     afx_msg void OnDestroy();
  57.     //}}AFX_MSG
  58.     DECLARE_MESSAGE_MAP()
  59. };
  60.  
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  63.  
  64. #endif // !defined(AFX_DRAWDLGDLG_H__AE53FBE7_F20A_11D2_B20B_444553540000__INCLUDED_)
  65.